home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / PEBuilder / pebuilder3110a.exe / {app} / changes.txt < prev    next >
Text File  |  2006-02-17  |  46KB  |  1,060 lines

  1. PE Builder change log file
  2.  
  3. v3.1.10a
  4.  
  5. Bugfix release
  6.   PE Builder would report, File 
  7.   "C:\pebuilder3110\BartPE\i386\system32\NTOSKRNL.EXE" not found, on some older 
  8.   windows versions.
  9.  
  10. Changes to pebuilder.exe:
  11. - After building, PE Builder checks if files required for booting BartPE are 
  12.   missing. The messages printed about missing files should have been warning 
  13.   messages, but they where error messages. Changed them to warning.
  14. - The pre-flight check also did not work OK for server 2003 (with no SP) and 
  15.   Windows XP with SP1, this has been fixed.
  16.  
  17. v3.1.10
  18.  
  19. Boot BartPE on a system with 64MB
  20.   Did you ever try to boot BartPE on a system with only 64MB of memory? I used 
  21.   to keep a separate CD (nickname "SmallPE") for this. This CD did not have a 
  22.   ramdrive and some other plugins, so that it would boot on those old 64MB 
  23.   systems. Not anymore! Thanks to an updated nu2menu and a little ramdisk 
  24.   parameter tuning, you can use the same BartPE CD also for 64MB system. Of 
  25.   course this does not include huge and hungry plugins like xpe and so...
  26.  
  27. Supported languages
  28.   PE Builder currently supports the following languages:
  29.   english*, dutch*, czech*, german*, japanese*, russian*, slovak*, arabic, 
  30.   brazilian, chinese_chs, chinese_traditional_bg5, french, greek, italian, 
  31.   macedonian, polish, portuguese, romanian, spanish and turkish.
  32.   (*) Help pages are also available.
  33.  
  34. Pre-Flight check
  35.   This is a first attempt to check if all files required to boot BartPE exist in 
  36.   the output location. At current a warning message is printed if a file is 
  37.   missing.
  38.  
  39. See below for more details...
  40.  
  41. Changes to pebuilder.exe:
  42. - Added an error and warning counter on build dialog.
  43. - Added a value of 8 to SourceDisksFiles attribute. This will rename the 
  44.   filename to uppercase.
  45. - Uppercasing windows files is only done, when an ISO image is build.
  46. - Added an option where you can disable uppercasing the windows files.
  47. - The output directory was created in uppercase, while this is not needed. Fixed 
  48.   it.
  49. - Added a routine that, after building, checks if files required for booting 
  50.   BartPE are missing from the output directory. Prints warning messages if files 
  51.   are missing.
  52. - Added a parser variable @Lcid@, which expands to the system default language 
  53.   identifier (for example "409").
  54. - Added an option to erase the ISO image and the output folder after succesfull 
  55.   CD burn.
  56. - When burning using starburn, only devices capable of writing to CD or DVD are 
  57.   shown in the device listbox. Also when no device is selected PE Builder will 
  58.   select the best device for you.
  59.  
  60. Changed items:
  61. + pebuilder.inf: Removed olethk32.dll from KnownDLLs. W2k3 SP1 will crash if the 
  62.   NTVDM.EXE is stored in i386\system32 with the above RegKey. This happens for 
  63.   example with the dospe plugin. In W2k3 the olethk32.dll doesn't exist in the 
  64.   KnownDll List.
  65. + pebuilder.inf: bootfont.bin is now also copied. Mainly used in non-english 
  66.   languages. It uses the new sourcedisksfiles attribute value of 8 to uppercase 
  67.   the file in ISO images.
  68. + nu2shell.exe: v1.3, the environment variables USERPROFILE and ALLUSERSPROFILE 
  69.   where not set correctly (in fact they where erased). Fixed.
  70. + plugin\stinger: updated to work with new stinger filenames like "stng259.exe".
  71. + plugin\irfanview: added "files" folder.
  72. + plugin\ramdisk: updated ramdisk.inf. Now the ramdisk switches to 4MB in size 
  73.   when the system is low on memory. Normally systems with 90MB or less will end up 
  74.   with a 4MB ramdisk. This enables you to run your normal BartPE CD on system with 
  75.   only 64MB of memory.
  76. + plugin\nu2menu: updated nu2menu.exe to v0.3.52. Nu2menu was running out of 
  77.   memory a bit fast on systems with very little memory (<64MB). Fixed memory 
  78.   allocation bug.
  79. - plugin\total commander\wincmd.ini, Small83Names=0
  80. - Updated the following languages files:
  81.   lang\english.lng: updated, the following language numbers: 288-293
  82.   lang\dutch.lng
  83.   lang\chinese_chs.lng
  84.   lang\czech.lng
  85.   lang\dutch.lng
  86.   lang\english.lng
  87.   lang\french.lng
  88.   lang\german.lng
  89.   lang\greek.lng
  90.   lang\italian.lng
  91.   lang\macedonian.lng
  92.   lang\polish.lng
  93.   lang\romanian.lng
  94.   lang\slovak.lng
  95.   lang\spanish.lng
  96. - Updated the following help files:
  97.   help\english\pluginformat.htm, added help for SourceDisksFiles attribute value 8.
  98.   help\dutch\pluginformat.htm
  99.  
  100. Added items:
  101. - Added the following languages:
  102.   lang\arabic.lng
  103.   lang\brazilian.lng
  104.   lang\chinese_traditional_bg5.lng
  105.   lang\japanese.lng
  106.   lang\russian.lng
  107.   lang\portuguese.lng
  108.   lang\russian.lng
  109.   lang\turkish.lng
  110.  
  111. v3.1.9 stable release
  112.  
  113. Changes to pebuilder.exe:
  114. - Made the plugin and build dialog bigger, now you can "see" more.
  115. - When adding a custom folder, the build log showed "Error: Adding custom 
  116.   directory: <path>", while everything was fine. Fixed it.
  117.  
  118. Added items:
  119. - plugin\starwind, forgot to add it in previous version.
  120. - plugin\deepburner, forgot to add some files in previous version.
  121.  
  122. Changed items:
  123. - lang\english.lng: updated, the following language numbers: 24
  124. - lang\dutch.lng: updated to reflect change to english.lng
  125.  
  126. v3.1.8b bugfix release
  127.  
  128. Changes to pebuilder.exe:
  129. - Bug fix: When booting an error occurs: Could not load 
  130.   i386\system32\BIOSINFO.INF Error code 18. Problem was that the system32 folder 
  131.   (and all registry related files) where in lowercase. Fix it.
  132.  
  133. v3.1.8a beta release
  134.  
  135. Changes to pebuilder.exe:
  136. - Bug fix: When trying to copy "setupreg.hiv=a,,2" pebuilder always took the 
  137.   files from the pebuilder directory (default registry build location). PE Builder 
  138.   now never looks in de pebuilder directory anymore (maybe add an attribuut in 
  139.   time when needed).
  140. - Changed the registry building routines for the above bug fix. Instead of using 
  141.   the pebuilder directory as a temporarily place for building the registry files, 
  142.   PE Builder now directly uses the output location. This also saves an extra copy 
  143.   step.
  144. - A lot of changes to the program for multi language support.
  145. - Starburn now using SPTi, no need for aspi (WnASPI32.dll) anymore.
  146. - Improved starburn burning routines.
  147. - Added a data verify option for starburn.
  148. - Added context sensive and multilanguage enabled help (F1 key).
  149.   See translations.txt for more information.
  150. - If you change the plugin list columnwidth, the columnwidth is saved to 
  151.   input.inf as "pluginColumns".
  152. - Ability to suppress warnings (input.inf -> SupressWarnings=1)
  153. - Added a parser variable @Language@, which expands to the filename of the 
  154.   current selected language (for example "german").
  155. - Added a new "search" dialog. This dialog will search all drives (of the type: 
  156.   fixed, CD-Rom or removable) and all directories for valid windows installation 
  157.   files. Depending on how much files are on your system, this can take a while! 
  158.   When more than one valid location is found, a dialog will appear where you can 
  159.   select which location you want to use.
  160. - Somehow I managed to remove the duplicateonce option in mkisofs, have put it 
  161.   back.
  162. - Added language autodetect, to enable this you must fill in the lcid in the 
  163.   language file.
  164. - The current language file is copied on the CD as system32\lang\default.lng 
  165.   (directory id for "system32\lang" is 29999).
  166.  
  167. Changed items:
  168. - lang\english.lng: updated, other languages need to check/update the following 
  169.   language strings: 35, 159-162, 206-216, 260-287
  170.   added lcid=409
  171. - lang\dutch.lng: almost redone the entire file (dutch is my first language)
  172.   added lcid=413
  173. - plugin\bartpe\netconfig.exe, updated for multilanguage support.
  174.  
  175. Removed items:
  176. - Removed the firefox plugin, instead of this a new "ready to use" plugin has 
  177.   been created as a separate download. Check the PE Builder page for this.
  178.  
  179. v3.1.7
  180.  
  181. Changes to pebuilder.exe:
  182. - More changes to the program for multi language support.
  183. - Starburn devices can be selected manually (not autodetect).
  184. - Starburn now defaults to TAO write mode and not DAO.
  185. - You can now select between burning with cdrecord or starburn.
  186. - Fixed, [<<] and [>>] navigation buttons when using a non-english language.
  187.  
  188. Added items:
  189. - deepburner plugin (see plugin\deepburner\deepburner.htm)
  190.  
  191. Changed items:
  192. - lang\english.lng: updated
  193. - lang\dutch.lng: updated
  194. - pebuider.inf: added enable showing ACL permissions sheet on files and folders
  195. - firefox plugin, create a complete new plugin.
  196.  
  197. v3.1.6
  198.  
  199. Changes to pebuilder.exe:
  200. - More changes to the program for multi language support.
  201.  
  202. v3.1.5
  203.  
  204. Changes to pebuilder.exe:
  205. - A lot of changes made to whole program for multi language support.
  206. - In a network .inf file, if the word (class) "Net" is written in lowercase
  207.   it causes the builder to skip it as an unsupported class.
  208.   This has been fixed by using a caseless compare.
  209. - Skipping the beta popup warning when running with -auto parameter on the 
  210.   command line.
  211. - Changed the uppercase function, now uppercase is called *after* the 
  212.   plugins are parsed. Directories and files with dirid < 30000 are converted 
  213.   to uppercase.
  214.  
  215. Added items:
  216. - plugin\starwind: iSCSI Target [server] from Rocket Division Software
  217.  
  218. Changed items:
  219. - plugin\zz5\nu2shell: There was some testing code left behind in nu2shell.exe 
  220. that fixed the ramdrive letter to "b:", removed it.
  221. - plugin\zz5\nu2shell\nu2shell.inf: Fixed space in path problem.
  222.  
  223. v3.1.4 beta release
  224.  
  225. Changes to pebuilder.exe:
  226. - The Windows files are build/copied in UPPERCASE.
  227.   No need for mkisofs.exe to uppercase the entire CD anymore.
  228.   This opens the option to burn for example with Nero Burning Rom v6.6.0.6 
  229.   (and higher). Here is how to burn when using Nero Burning Rom:
  230.   1) New compilation, CD-ROM (Boot),
  231.      [Boot] Image file=<PE-Builder>\BartPE\bootsect.bin, kind of emulation=no 
  232.      emulation, number of loaded sectors=4
  233.      [ISO] data mode=1, file system=ISO 9660:1999
  234.      *** Important! any other file system then "ISO 9660:1999" will not work!!! ***
  235.   2) Add all files and folders from your pebuilder output folder
  236.      (<PE-Builder>\BartPE by default) to your compilation.
  237.   3) Burn it.
  238. - Added a "config" button to the plugin dialog to start a configuration tool 
  239.   for a plugin. This configuration tool can be a script or a executable.
  240.   Add to the [PEBuilder] section the key "Config".
  241.   Sample:
  242.     [PEBuilder]
  243.     Name="Nu2Shell"
  244.     Enable=1
  245.     Config=nu2shellcfg.exe @PluginFile@
  246. - Added a parser variable @PluginFile@, which expands to the filename of the 
  247.   current plugin (absolute path).
  248. - Added a "refresh" button to the plugin dialog to reread the plugin files.
  249. - Added "XP style look".
  250. - Added a check for administrator rights, for building pebuilder needs 
  251.   administrator rights.
  252. - Added a check to tell the user that a beta version is being used.
  253.  
  254. Changed items:
  255. - plugin\zz5\nu2shell: Added "nu2shellcfg.exe" for setting password and boot 
  256.   prompt. See "config" button in PE Builder plugin dialog.
  257. - plugin\zz5\nu2shell: When a ramdrive is found, a profile is automatically 
  258.   build on the ramdrive.
  259.   The following shell folder IDs are created: CSIDL_PROFILE, 
  260.   CSIDL_FAVORITES, CSIDL_RECENT, CSIDL_SENDTO, CSIDL_STARTMENU, 
  261.   CSIDL_DESKTOPDIRECTORY, CSIDL_NETHOOD, CSIDL_APPDATA, CSIDL_PRINTHOOD, 
  262.   CSIDL_LOCAL_APPDATA, CSIDL_COMMON_STARTMENU, CSIDL_COMMON_PROGRAMS, 
  263.   CSIDL_COMMON_STARTUP, CSIDL_COMMON_DESKTOPDIRECTORY.
  264. - pebuilder.inf, small change, removed winbom.ini and winpeoem.sif. Added 
  265.   fsutil.exe
  266. - plugin\ramdrive: Updated to a Nu2 Production version 5.2.10.2. This 
  267.   version is specially created for BartPE.
  268.  
  269. Added items:
  270. - plugin\firefox: Firefox v1.0.1
  271. - pe2usb.cmd: this installs BartPE to USB Flash Drive using setupldr from 
  272.   w2ksp1 with a ramdisk-bootstrap-loader. See pe2usb.txt for more info.
  273.  
  274. Removed items:
  275. - plugin\peloader, sorry theTruth!
  276. - plugin\!profiles. Nu2shell.exe now creates the profiles.
  277.  
  278. v3.1.3 public release
  279. Changes to pebuilder.exe:
  280. - Changed the way that the splash screen was destroyed. Hopefully this will 
  281.   fix that sometimes pebuilder comes up behind some other window.
  282. - PE Builder does not copy addon language files like spr*.dll and obr*.dll 
  283.   anymore. These files can be found in the file layout.inf section 
  284.   SourceDisksFiles and have a number between 700 and 740 in the 8th column. These 
  285.   files would overwrite the original file that is in the correct language. For 
  286.   example: When building from Windows XP SP2 US, xpsp2res.dll would be in the 
  287.   "Lithuanian" language.
  288. - If the "-auto" command line option is specified, pebuilder does not prompt 
  289.   the license agreement.
  290.  
  291. Changed items:
  292. - plugin\peinst.cmd: added timeout=30 option for boot.ini and a small path 
  293.   fix for mkbt.exe.
  294. - plugin\autorun: updated to v1.0.5
  295. - plugin\nu2menu\nu2menu.xml: Added a dummy @SetMenuPos( 'L','B' ) to fix 
  296.   position of the "go" button after screen resolution change.
  297. - plugin\ultravnc\ultravnc.inf: small fix if missing some files
  298. - plugin\zz5\peloader\peloader_nu2menu.xml: removed an invalid line <?xml 
  299.   version="1.0"?>.
  300.  
  301. Added items:
  302. - plugin\zz5\nu2shell: my own version of "peloader" (sorry TheTruth). 
  303.   Functionality is simular but with a boot password protection. See 
  304.   nu2shell.txt for more info.
  305.  
  306. Changed items:
  307. - plugin\autorun: updated to v1.0.5.
  308. - plugin\peinst: small bugfix. Added "timeout=30" when installing to boot.ini.
  309. - plugin\ultravnc\ultravnc.cmd: minor changes.
  310.  
  311. v3.1.2 public release
  312.  
  313. Changes to pebuilder.exe:
  314. - Fixed a bug when adding some network drivers. PE Builder did not find the 
  315.   device sections when the Version/provider string is not equal to the key 
  316.   listed in the Manufacturer section. Fixed.
  317. - The "ISOduplicatesonce=1" option in the input.inf did not work, fixed.
  318.  
  319. v3.1.1
  320. Changes to pebuilder.exe:
  321. - The "-exit" command line parameter did not work, fixed.
  322.  
  323. Changed items:
  324. - Updated plugin\ultravnc. Some small changes and fixes. Added the 
  325.   ultravnc.htm file.
  326.  
  327. v3.1.0 public release
  328.  
  329. Changes to pebuilder.exe:
  330. - Fixed a bug when adding storage drivers. PE Builder did not add the last 
  331.   line from the "HardwareIds.scsi.xxx" section.
  332.  
  333. Changed items:
  334. - the help files (help\*.htm) have been updated.
  335. - Updated plugin\ramdisk\ramdriv.sys to v5.2.10.2m. Should fix freezing 
  336.   problems on boot when running on Virtual PC.
  337. - Updated pebuilder.inf, added traffic.dll (needed for pathping.exe)
  338. - Updated pebuilder splashscreen and the bartpe wallpaper (blue look).
  339.  
  340. Added items:
  341. - added plugin\ultravnc. VNC can be run in server mode, so you can connect 
  342.   to BartPE system.
  343.  
  344. Removed items:
  345. - Removed plugin\vncviewer. You should now use ultravnc.
  346.  
  347. v3.0.37 beta
  348. Changes to pebuilder.exe:
  349. - Fixed a bug when adding some network drivers. PE Builder did not handle 
  350.   empty Sections correctly and reported something like "Error: Section 
  351.   "DEFAULTDESTDIRS" does not exist..."
  352. - Fixed program crash when hitting Escape key while building.
  353. - Changed default font to tahoma, this way pebuilder also looks nice when 
  354.   running in BartPE. Yes pebuilder runs fine on BartPE.
  355.  
  356. v3.0.36 beta
  357. Changes to pebuilder.exe:
  358. - Fixed a bug when adding some network drivers. PE Builder did not handle 
  359.   the INF DestinationDirs Section correct as described in Windows DDK Device 
  360.   Installation.
  361. - Fixed a bug when adding some network drivers. PE Builder did not select the 
  362.   correct CopyFiles Section.
  363.  
  364. v3.0.35
  365. New items:
  366. - added a first version of my own network configuration GUI (netconfig.exe)
  367.   You can find it in the menu as system->network->Load Network Support (GUI)
  368.  
  369. Changes to pebuilder.exe:
  370. - Added hnetcfg.dll to pluging\bartpe\bartpe.inf, to fix filesharing trouble with winxp/sp2.
  371. - Filtered out "disk" and "tape" devices from the devicelist combobox.
  372. - Added an advanced option to enable absolute output path.
  373. - Fixed problem with compressed driver files (for example "yk51x86.sy_") in 
  374.   drivers folder.
  375. - Fixed problem with some network drivers, where pebuilder complains about a 
  376.   section not having a copyfiles key. Pebuilder produced an error something like:
  377.   Error: File "c:\...\drivers\Net\cb102\CB102B.Reg" does not exist...
  378. - Fixed "cdrecord: No such file or directory" error when path to iso image 
  379.   contained spaces.
  380. - Many small internal code changes.
  381.  
  382. Changed items:
  383. - Updated plugin\ramdisk\ramdriv.sys to v5.2.10.1
  384. - Updated nu2menu to v0.3.49 (now supports hidden menu items)
  385. - Change plugin\bartpe, added the new Network Configuration Tool (netconfig.exe)
  386.   added Load Fileshare Support (msserver.cmd) and some other small changes.
  387.  
  388. v3.0.34
  389. Changes to pebuilder.exe:
  390. - Output directory is automatically created when using "-auto" argument.
  391. - Added CD burning (cdrecord.exe). Using Reanimatolog's Win32/Mingw32 
  392.   version 2.01 of mkisofs.exe and cdrecord.exe for this.
  393.   There is also a erase option and a combobox for selecting the writer 
  394.   device.
  395. - Fixed a bug in processing driver INF files (in drivers folder), this 
  396.   caused intel drivers failing to load (error 5 access denied). Now all 
  397.   sections (not only the first) from a copyfiles line are processed.
  398.  
  399. Changed items:
  400. - pebuilder.inf: Removed [BuildISO] exec values. Use the GUI to change 
  401.   burning option. I will add more customized options in next version.
  402. - Some small changes.
  403.  
  404. v3.0.33
  405. Changes to pebuilder.exe:
  406. - Completely new user interface. Because of this alot has changed!
  407. - Changed the icon.
  408. - Changed the splash screen.
  409. - When you start PE Builder for the first time, you must agree to the
  410.   license agreement.
  411. - On first build the windows end-user license agreement (eula.txt) is shown.
  412. - Added "skip building registry" and "skip building files" in the option
  413.   screen for advanced users.
  414. - Added "Build ISO (F5)" option to the "Builder" menu to quickly rebuild
  415.   the ISO image.
  416. - New command line options:
  417.   -auto -exit -overwrite -verbose -skipregistry -skipfiles -buildiso
  418.   See help index "Commandline options" for more info.
  419. - PE Builder now returns the number of errors while building as the
  420.   errorlevel.
  421. - When pebuilder starts building it first completely erases the output
  422.   folder. This is somewhat dangerous. Imagine what would happen if a user would
  423.   select c:\windows as the output path. So pebuilder now only accepts an
  424.   output path relative to the pebuilder directory. For example if you would
  425.   enter "BartPE" as the output path and pebuilder is located in your
  426.   "c:\pebuilder" directory the full output path becomes "c:\pebuilder\BartPE"
  427. - A few very small engine bug fixes.
  428. - A lot of other small changes and enhancements.
  429.  
  430. New items:
  431. - Included a new plugin "zz_peloader" that contains peloader.exe and
  432.   peshutdown.exe created by Pierre Mounir (TheTruth). PELoader is a shell loader
  433.   that removes the resource limits (user resources limit & 24 hour time limit)
  434.   from BartPE in a legal way, no need for any patches.
  435.   Thanks Pierre!!!
  436. - New way of adding network drivers. Just create a new folder in "drivers\Net"
  437.   and drop all vendor nic driver files in that new folder and pebuilder will automatically
  438.   include those drivers.
  439. - New way of adding storage drivers. Just create a new folder in
  440.   "drivers\SCSIAdapter" and drop storage driver files in that new folder. PE
  441.   Builder will automatically include those drivers. Please note that PE Builder
  442.   needs the drivers "txtsetup.oem" file and it ignores the *.inf driver files.
  443. - Added a slipstream dialog that helps less advanced users to slipstream 
  444.   their windows installation files. See menu "source->slipstream".
  445.  
  446. Changed items:
  447. - plugin\ghost8, some small changes
  448. - plugin\nu2menu, new version and some small changes to menu xml file.
  449. - split plugin\bartpe and plugin\penetcfg into 2 separate plugins.
  450. - updated penetcfg to v2.20
  451. - removed plugin\nic_xxx, use the new way of adding drivers!
  452. - removed plugin\dsk_xxx, use the new way of adding drivers!
  453.  
  454. v3.0.32
  455. Changes to pebuilder.exe:
  456. - Pebuilder needed a very minor fix to support Windows XP SP2 Release
  457.   Candidate 1 (RC1)
  458.   To get the SP2 RC1 go here:
  459.   http://www.microsoft.com/technet/prodtechnol/winxppro/sp2preview.mspx
  460.  
  461. New items:
  462. - plugin\dsk_hpt3xx: HighPoint HPT3xx ATA RAID Driver
  463. - bartpe.bmp: the new official "BartPE" wallpaper, created by Henk de
  464.   Jong.
  465.  
  466. Changed items:
  467. - plugin\nu2menu:
  468.   * Updated nu2menu.exe to v0.3.45. Added @Exit() function.
  469.   * New program nu2menumsg.exe, this program can send simple script
  470.   commands to nu2menu.exe. See reboot.cmd for an example.
  471.   * Added nu2go.bmp: New "go" button.
  472.   * New command "reboot" to reboot BartPE from a batch/command script.
  473. - plugin\a43: Update A43 File Manager to v2.26
  474.  
  475. v3.0.31
  476. - plugin\bartpe:
  477. - plugin\network:
  478.   updated penetcfg.exe to v2.1.1 build1 (same version but file is
  479.   different?!?)
  480.  
  481. v3.0.30
  482. This version is the first official public release with "built-in"
  483. network support (using bartpe/penetcfg)!
  484.  
  485. Changes to pebuilder.exe:
  486. - New button "search" added to the source dialog.
  487.   This will search your system for valid windows XP/2003 installation
  488.   locations.
  489.   First check (registry):
  490.     hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows\CurrentVersion\Setup value=SourcePath
  491.     hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows NT\CurrentVersion value=SourcePath
  492.   Second check (windir):
  493.     The current windows directory will be checked
  494.   Third check (drive search):
  495.     All local fixed disk and CD-Rom drives are searched, on fixed disk
  496.     only a list of paths will be searched, currently only the root, but
  497.     I can easily add other known locations. On CD-Rom drives the
  498.     entire media is searched.
  499.   When the source path editbox is empty, search function will go off automatically.
  500. - New button "check" added, this will show if source path is valid,
  501.   the windows productname and the windows CD name.
  502. - Changed SourceDiskFiles attribute value "4".
  503.   It was not possible to optionally copy files from the windows source
  504.   CD, for example: "msvbvm50.dll=2,,4" would give an error.
  505.   This has been fixed.
  506. - Changed the order of processing plugin INF sections, swapped
  507.   SourceDisksFiles and SourceDisksFolders
  508.   The old order was:
  509.     WinntDirectories, SourceDisksFiles, SourceDisksFiles.x86,
  510.     SourceDisksFiles.<buildnr>, SourceDisksFolders,
  511.     SourceDisksFolders.<buildnr>
  512.   The new order is:
  513.     WinntDirectories, SourceDisksFolders,
  514.     SourceDisksFolders.<buildnr>, SourceDisksFiles,
  515.     SourceDisksFiles.x86, SourceDisksFiles.<buildnr>,
  516. - Fixed GUI deadlock, when you have used "autobuild" and manually
  517.   (re)moved the source directory, next time you started pebuilder.exe
  518.   would get you in a deadlock situation, clicking "next" did not take
  519.   you to the next dialog window.
  520.  
  521. Changed items:
  522. - Updated bartpe.exe to v1.2.3
  523.   The "-minint" option is now compatible with "factory.exe -minint".
  524. - plugin\bartpe:
  525.   updated penetcfg.exe to v2.1.1 build1
  526.   file sharing now also works!
  527. - plugin\dospe: when sertain files not exist the copy will not fail anymore.
  528. - plugin\autorun: updated keydown.exe to v1.1
  529.   (dospe and autorun changes done by Erwin Veermans)
  530. - plugin\network:
  531.   updated penetcfg.exe to v2.1.1 build1
  532.  
  533. v3.0.29
  534. New items:
  535. - plugin\bartpe: Network Support [bartpe/penetcfg]
  536.   Network support using pebart.exe by Bart Lagerweij and penetcfg.exe
  537.   by theTruth (no need for factory.exe and [s]netcfg.exe!)
  538.   Warning: this plugin is a BETA version!
  539.   Note: file sharing does not work correctly at this time!
  540.  
  541. Removed items:
  542. - plugin\penet (see the new plugin\bartpe)
  543.  
  544. Changed items:
  545. - plugin\dsk_cpqcissm\cpqcissm.inf: added id
  546.   "PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11" to support Smart Array 6400
  547.   U320 EM Controller
  548. - plugin\pehdinst\pehdinst.cmd: PE Hardisk Installed updated to v1.0.3
  549.   Added a check for a "bartpe.tag" file before removing folders like
  550.   \minint and \programs on the target drive. This will prevent
  551.   accidental removal for those directories when a user already has a
  552.   \programs folder on his system before installing BartPE.
  553. - plugin\a43: updated A43 File Management Utility to v2.24
  554.  
  555. v3.0.28
  556. - plugin\penet\penet.htm: fixed typo
  557.  
  558. v3.0.27
  559. Changed items:
  560. - plugin\total commander\files folder was missing, added.
  561. - plugin\total commander\totalcmd.inf: added "files" to wincmd.key.
  562. - plugin\mcafee\mcafee.inf: fixed missing file scangui.txt
  563. - fixed some typos.
  564.  
  565. New items:
  566. - plugin\snapshot: Drive snapshot tool (shareware)
  567.   Included with permission from the author.
  568. - plugin\penet: Network Support [PENET]
  569.   Network support using penet.exe by Bart Lagerweij
  570.   (instead of netcfg.exe or snetcfg.exe)
  571.   Warning, this plugin is a BETA version!
  572.  
  573. v3.0.26
  574. Changes to pebuilder.exe:
  575. - Fixed bug that caused "Error: loadKey failed" when using the builder
  576.   on Windows 2000 systems and using the source files from CD.
  577.  
  578. Changed items:
  579. - plugin\patch_824146.htm: fixed typo
  580. - plugin\mcafee: Updated scangui.exe to v1.0.3
  581. - plugin\a43: updated A43 File Management Utility to v2.19
  582.   (Fixed sorting bug when sorted by name on launching A43)
  583.  
  584. v3.0.25
  585. Changes to pebuilder.exe:
  586. - Changed the source input path check, changed file version from 1106
  587.   (sp1a) into 1045 (sp1).
  588. - Added "buildnr" to Software.AddReg, Software.AddReg,
  589.   Software.DelReg, SetupReg.AddReg, Default.AddReg, Default.DelReg,
  590.   SourceDisksFiles and SourceDisksFolders section
  591.   Sample:
  592.   [SourceDisksFiles.2600]
  593.   files\xp\sp2\ole32.dll=2,,1           ; for XP
  594.   [SourceDisksFiles.3790]
  595.   files\2k3\rtmgdr\ole32.dll=2,,1       ; for 2k3
  596. - When an invalid directoryID is specified in sourcedisksfolders
  597.   pebuilder would crash. Fixed it, pebuilder print an error about not
  598.   finding the ID.
  599.  
  600. New items:
  601. - plugin\patch_824146: RPCSS Service Security Patch (KB824146)
  602. - plugin\sermouse: Serial Mouse driver
  603. - plugin\mozillaembed: Mozilla Embedded webbrowser
  604.  
  605. Changed items:
  606. - plugin\mcafee: Added a GUI (scangui.exe) to start the scanner.
  607. - pebuilder.inf, the environment path variable was set twice, so the
  608.   second entry wrote over the first one. Fixed.
  609. - plugin\nu2menu\nu2menu.xml, removed color depth.
  610.   This does not work on all video adapters.
  611.  
  612. v3.0.24
  613. Changes to pebuilder.exe:
  614. - Input parameter are no longer saved to pebuilder.inf. They now are saved to a
  615.   separate file input.inf, this way the pebuilder.inf file stays somewhat
  616.   unchanged for most of us.
  617. - Added an extra value for SourceDisksFiles/attribute.
  618.   Value 4 means: only copy the file if it exists. Don't complain when it does
  619.   not exist. Handy for "trying" to copy file that "may" exist.
  620.  
  621. New items:
  622. - plugin\dsk_cpqcissm: Added plugin for HP/Compaq Smart Array 5x and 6x Driver
  623.  
  624. Changed items:
  625. - plugin\!profiles: The ProfilesDir environment variable was not set
  626.   correct, fixed.
  627. - plugin\total commander\totalcmd.inf: Updated. Try to copy wincmd.key
  628. - plugin\total commander\wincmd.ini: Updated.
  629.   added "StartupScreen=0" option to remove the Splash Screen...
  630. - plugin\total commander\totalcmd.htm: Updated.
  631. - plugin\bst5\bst5.inf: Updated. Try to copy bst5.key
  632. - plugin\nu2menu\nu2menu.inf: Updated. Try to copy nu2go.bmp
  633. - plugin\bst5\bst5.htm: Updated.
  634. - plugin\nic_intelpro\nic_intelpro.inf: Updated.
  635.   The plugin did not work on all systems.
  636.   Now including .cat, .din and prounstl.exe.
  637.  
  638. v3.0.23
  639. Changes to pebuilder.exe:
  640. - Changed the source input path check, you cannot continue when you
  641.   are using windows xp sp0 or lower.
  642.  
  643. New items:
  644. - A43 File Management Utility - as the new explorer replacement.
  645.   It is small, it loads fast, just what we need. The program is written
  646.   by B.G. Miller and it is included with PE Builder with permission from
  647.   the author. He even made some small changes to the program so that it
  648.   would run from a readonly media without trouble, isn't that great!
  649. - plugin\!profiles: This plugin creates the "Profiles" folder to store
  650.   user profiles. It creates the %systemroot%\Profiles\All Users\Desktop
  651.   and the %systemroot%\Profiles\Default User\Desktop folders. Where
  652.   %systemroot% is \i386 (on CD) and \minint (on HD). The
  653.   DefaultUserProfile and AllUsersProfile is set to point to these 2
  654.   directories. This should avoid any conflicts with existing "documents
  655.   and settings" folders when installing BartPE to harddisk, next to an
  656.   existing windows installation (boot.ini). Also this will avoid any
  657.   language conflicts. The profiles directory is the same on any language
  658.   now.
  659.   This plugin replaces the old !document.inf plugin! Note that this
  660.   plugin does not create the "document and setings" folder!
  661.  
  662. Changed items:
  663. - plugin\network:
  664.   Changed line in network.inf to "penetcfg\penetcfg-*.ini=2,,1"
  665.   This will copy all ini file starting with "penetcfg-"
  666.   Also added custom A: and C: profiles.
  667.   Fixed some small things.
  668. - plugin\nic_intelpro: Updated Intel PRO 100/1000 network adapter plugin
  669.   This replaces the old nic_e100b325 and nic_e1000325 plugin!
  670. - plugin\pehdinst: PE Hardisk Installed updated to v1.0.2 Installing
  671.   BartPE to FAT system volume is now also working. This plugin replaces
  672.   the "pecd2hd" plugin! You can also use the PE Harddisk installer to
  673.   install from the PE Builder output directory, no need to burn a CD!
  674.   Very handy for testing BartPE!
  675. - plugin\total commander: Updated total commander plugin for version 6
  676. - plugin\nu2menu: Updated nu2menu.exe to v0.3.44.
  677.   We think there is a bug in server 2003, when booting winPE from
  678.   harddisk and the shell program tries to load a bitmap image from
  679.   file. Created a workaround in nu2menu for this.
  680. - plugin\aspi\aspi.inf: Added help entry.
  681. - Updated the pebuilder.hlp file a little bit.
  682.  
  683. Removed items:
  684. - 2xexplorer plugin. It was loading very slow, on some systems
  685.   it didn't start. To much trouble.
  686. - plugin\nic_e100b325, see plugin\nic_intelpro
  687. - plugin\nic_e1000325, see plugin\nic_intelpro
  688. - plugin\pecd2hd, see plugin\pehdinst
  689. - plugin\!document.inf
  690.  
  691. v3.0.22
  692. Changes to other files:
  693. - nu2menu.xml: replaced "cmd.exe /c start
  694.   @GetWinDir()\system32\[CPL_Name]" into "rundll32.exe
  695.   shell32.dll,Control_RunDLL @GetWinDir()[CPL_Name]"
  696. - Added ghost8 plugin.
  697. - Added aspi plugin.
  698. - Updated penetcfg to v2.0. Added 2 profiles, one for dhcp one for static IP.
  699.  
  700. v3.0.21
  701. - Bugfix: There was a directory ID overlap in the "sourcedisksfolders"
  702.   function. This caused files to get copied into the wrong directory.
  703. - Rewrote some internal functions for handling directory IDs.
  704.  
  705. v3.0.20
  706. Changes to pebuilder.exe:
  707. - BugFix: The registry data field "%RamDrv%\@ProfilesDir@" resulted in
  708.   "%RamDrv%\Documents and". The number of bytes to write was set to the
  709.   old (unparsed) string. This has been fixed.
  710.  
  711. v3.0.19
  712. Changes to pebuilder.exe:
  713. - Updated the peParse() function. Supported variables are now:
  714.   @ProfilesDir@, @IsoFile@, @OutDir@, @SourcePath@, @Verbose@,
  715.   @Build@, @Version@, @Program@, @PluginDir@
  716.   Note: variables are case sensitive!
  717.   Added this parser function to Section/variable:
  718.     WinntDirectories/dirname (existed there already)
  719.     BuildISO/exec
  720.     SourceDisksFiles/filename, filenameRenamed
  721.     SourceDisksFolders/sourcepath
  722.     Software.AddReg, SetupReg.AddReg, Default.AddReg/regKey, regValue,
  723.     regData (only when data is a string)
  724. - Added a new value to the "attribute" field (SourceDisksFiles
  725.   section). Add a value of "2" if you do not want files to decompress.
  726.   You can see this in the log file, "DecompressOrCopy file.." or "Copy
  727.   file.."
  728. - The "add files/folders from (custom) directory" now uses the normal
  729.   filecopy function (no decompress). This makes an exact copy!
  730. - Changed pebuilder.inf: Added a section "BuildISO" and value "exec"
  731.   to hold the mkisofs commandline.
  732. - The builder now cleans up the temporarily files used for registry
  733.   building.
  734. - The builder (and plugin check) now handles absolute filenames correctly.
  735.   Example:
  736.     [SourceDisksFiles]
  737.     C:\Programme\AntiVirenKit professional\*.*=a,,1
  738.   or
  739.     [SourceDisksFiles]
  740.     \\corp-server\data\Network Associates\Mcafee\Superdat\sdat*.exe=a,,1
  741. - Added sourcedisksfolders section. This section allows you to copy a folder
  742.   including all files and subdirectories.
  743.   Example:
  744.     [SourceDisksFolders]
  745.     ; when openoffice folder is in plugin directory
  746.     openoffice=a
  747.   or
  748.     [SourceDisksFolders]
  749.     ; when openoffice folder is at c:\
  750.     c:\openoffice=a
  751. - Changed some other builder functions to support some of the new
  752.   changes.
  753. - When the appendFile() function failed ("append" section)
  754.   It would not say what file it did not find. This has been fixed.
  755. - The root directory (id 30000) is now created in pebuilder.exe and
  756.   the line is remove from pebuilder.inf
  757. - The xpsp1res.dll (Windows XP) is now copied in the correct (default)
  758.   language. So the about box in notepad is now in the correct language.
  759.  
  760. Changes to other files:
  761. - Changed mkisofs.exe, removed some of the output warnings.
  762. - Updated pebuilder.inf: Added Virtual Disk Service. Now diskpart.exe
  763.   should also work in server 2003.
  764. - Updated pebuilder.inf: Added a pebuilder key and version value,
  765.   ControlSet001\Control\PE Builder\Version
  766. - Updated pebuilder.inf: Fix for "failed to create an empty document"
  767.   when starting wordpad now adding "msftedit.dll".
  768. - Updated pebuilder.inf: Added \bin to path environment.
  769. - Updated custom.inf: Disabled the timezone.
  770. - Updated 2xExplorer.inf: 2xexplorer would not start on windows XP
  771.   sometimes, I added a registry settings for "User Shell Folders", hopes
  772.   this fixes this. Hmm, didn't work... Must be missing something else.
  773.   Anyone?
  774. - Updated dospe.inf: now version 1.0.5
  775. - Updated nic_el2k_xp plugin.
  776. - Added nic_e1000325 plugin. Intel PRO/1000 Adapter driver
  777. - Added nic_e100b325 plugin. Intel PRO/100 Adapter driver
  778.  
  779. v3.0.18
  780. - v3.0.17 copied PENetCfg.exe with the name netcfg.exe and the real
  781.   netcfg.exe was overwritten by PENetCfg.exe. Fixed this.
  782.  
  783. v3.0.17
  784. - PE Builder can now build without the need of an already installed
  785.   workstation. So, the only source files needed is the Windows XP/2003
  786.   installation/setup CD-Rom. Coooool! This has changed the internal
  787.   build engine, so it needs a good test. Specially non-english versions
  788.   of Windows XP needs to be tested. When you build a non-english version
  789.   of XP please compare the folder \i386\WinSxS against the output from
  790.   Microsoft's Windows PE toolkit v1.2 or against %windir%\WinSxS.
  791. - bootfont.bin is now also copied. Mainly used in non-english languages.
  792. - Added Broadcom 440x network driver plugin (bcm4sbxp).
  793. - Added Broadcom BCM57xx NetXtreme gigabit driver plugin (b57xp32)
  794. - Changed network support plugin.
  795.   Now including PE network configurator by TheThruth.
  796. - Added keyboard layout plugin by Boris Mebarek.
  797.  
  798. v3.0.16b
  799. - Fixed re-adding columns after adding a plugin.
  800. - All titles of all dialogs now include version number.
  801. - Minor wheel mouse fix in custom.inf
  802. - Minor fix in mcafee.inf
  803. - Some minor fixes...
  804.  
  805. v3.0.16a
  806. - Updated custom.inf and pebuilder.inf.
  807.   v3.0.16 had wrong version of the files.
  808.  
  809. v3.0.16
  810. - Added 2xExplorer as the explorer replacement.
  811.   Got permission from the author to include it in pebuilder.
  812. - Added confirmation box to overwrite a plugin when the plugin
  813.   directory already exists.
  814. - Removed "-beta" from version string.
  815. - Removed "driver storage" plugin.
  816. - Added "dsk_fasttx2k" as a new storage driver plugin.
  817. - Added mouse control panel.
  818. - Added date and time control panel.
  819. - Added accessibility options control panel.
  820. - Updated nero plugin, now all files are in the "files" directory.
  821. - Added "-auto" commandline option (for autobuild).
  822. - Added background info (bginfo) plugin.
  823. - Updated chkdsk plugin.
  824. - Updated dospe plugin.
  825. - Updated mcafee plugin, now also adding the superdat (sdat*.exe) file.
  826. - Added more command line tools:
  827.   cacls.exe, comp.exe, compact.exe, convert.exe, fc.exe, find.exe
  828.   findstr.exe, finger.exe, hostname.exe, label.exe, lpq.exe,
  829.   lpr.exe, makecab.exe, mountvol.exe, nbtstat.exe, pathping.exe,
  830.   print.exe, replace.exe, route.exe, sort.exe, subst.exe, tftp.exe
  831. - Updated custom.inf, added timezone info for "GMT+01:00"
  832.   This is the timezone where I live in...
  833.  
  834. v3.0.15-BETA
  835. - The verbose checkbox did not stay checked next time you ran
  836.   pebuilder. Fixed.
  837.  
  838. v3.0.14a-BETA
  839. - Removed quick fix for "spanish" about boxes in wordpad and so.
  840.   Does not work when build from win2003, must rework/think about that.
  841. - added network_nu2menu.xml, forgotten, (oops)
  842.  
  843. v3.0.14-BETA
  844. - ramdisk.inf plugin, change the "tmp" and "temp" environment
  845.   variables from "b:\" into "b:". The ending backslash gives trouble to
  846.   some applications.
  847. - nu2menu updated to v0.3.43. This version has a new function
  848.   "@ShowRunDialog()" to show the default windows run dialog.
  849.   (thanks to Cyberian)
  850. - The "Add files/folders in from (custom) directory" option in the
  851.   source dialog, now also add's the files even when no ISO is generated.
  852. - Did a quick fix for "spanish" about boxes in wordpad and so.
  853. - Added a "what to do" dialog. This has the option to build using
  854.   previous settings or to (re)generate and iso image from the last
  855.   build.
  856. - Moved nu2menu from \programs to \programs\nu2menu
  857.   Please replace any @programdir() menus with @programdrive()\programs
  858. - Rearranged the menu
  859. - Added "autorun" plugin created by Erwin Veermans
  860. - Added "dospe" plugin created by Erwin Veermans
  861. - Added plugin to run chkdsk.exe
  862. - Added riched32.dll, used by wordpad.exe (and others)
  863. - Added file associations for wordpad
  864. - Removed the network dialog from pebuilder.exe.
  865.   Network support can now be enabled using the plugin "Network Support".
  866. - Added "network support" plugin
  867.   This plugin includes "static ip" using:
  868.   GNetCfg.exe from http://mitglied.lycos.de/cybtools/
  869.   IPChange3.0.exe from http://www.csparks.com/ipchange/
  870.   dhcpip.cmd by Ed Myers
  871.   network.inf by Davide Cavalca
  872. - Added "network autostart" plugin. You can easily autostart the
  873.   network by enabling this plugin.
  874. - Fixed typo in putty plugin.
  875. - Changed nero plugin, hope pebuilder doesn't complain about missing some files.
  876. - Changed adaware.cmd
  877. - open/save file/folder dialogs now showing file extensions and hidden
  878.   files and folders.
  879.   Also "My Documents" now points to the system drive.
  880. - off by one browser now defaults to www.google.com
  881. - pebuilder now support wildcards in filenames
  882.   Sample: *netcfg*.exe=2,netcfg.exe,1
  883.   Will take any file(s) matching "*netcfg*.exe" and copy/rename it to "netcfg.exe"
  884.   Sample: *.dll=a,,1
  885.   Will copy all "*.dll" files into the folder with ID "a"
  886.  
  887. v3.0.13-BETA
  888. - Added an edit button to the plugin dialog to edit the .inf file.
  889. - The "document and settings" folder is now created from hivesft.inf
  890.   DEFAULT_PROFILES_DIR string so it should now have the correct name in any
  891.   languages.
  892. - The ISO file setting was not preserved, fixed it.
  893. - Plugin cab files can now also have subdirectories.
  894. - Fixed a few minor things...
  895.  
  896. v3.0.12-BETA
  897. - Files in plugin folder can now also be "compressed".
  898.   PE Builder checks if the file exists or if a compressed version exists (ends
  899.   with '_').
  900. - Added a ramdisk plugin, default drive is B:, default size 32MB.
  901.   I'm using QSoft's ramdisk, with permission from author.
  902.   This version has "popups", but when keeping the size small the popups
  903.   will never show...
  904.   You can find/access the ramdrive using %temp%, %tmp% or %ramdrv% environment
  905.   variables.
  906. - Added a Nero Buring Rom plugin.
  907.   This is pretty cool. Burn/copy a CD/DVD from within WinPE.
  908.   You should not "boot" using your CD/DVD writer!
  909.   Boot from some other device.
  910.   The Nero cache will be set to the first found harddisk.
  911. - Added some extra checks before the builder engine starts.
  912.   Checking if file "win51" and "win5i?" exists in windows source path.
  913.   This should prevent any "Insert Windows XP CD-Rom..." errors while booting.
  914. - Changed adaware plugin, now using %temp% (ramdisk) to run from.
  915. - Moved all programs under the \Programs folder.
  916.   Updated all plugins for that.
  917. - Removed the option dialog. Move the bootfix option into a plugin.
  918. - In verbose mode the DWORD_REG data was always printed in the log as
  919.   0x0, fixed.
  920.  
  921. Sep 15, 2003
  922. v3.0.11-BETA
  923. - Added an "Add" button to the plugin dialog. This will allow you to
  924.   easily add a plugin. The plugin file *must* be a .cab file.
  925. - Added a "Remove" button to the plugin dialog. This will remove any
  926.   directories and files in the selected plugin.
  927. - I forgot to include all pluginhelp (*.htm) files with v3.0.10, fixed.
  928.  
  929. Sep 12, 2003
  930. v3.0.10-BETA
  931. - Added help support option for plugins.
  932.   Add a "help" key to the "pebuilder" section.
  933.   Sample:
  934.           [PEBuilder]
  935.           Name="Bart's Stuff Test (free edition)"
  936.           Enable=1
  937.           Help="bst5.htm"
  938.   This will launch "bst5.htm" when the user hits the "PluginHelp"
  939.   button.
  940.   This way a plugin writer can provide the user with information to
  941.   download some files or how to use the plugin...
  942. - Added some .htm plugin help files.
  943. - Added "file must exist before you can enable the plugin" attribute
  944.   (3th field) for plugins in the "SourceDisksFiles" section. This can be
  945.   handy when you want the user to download some file and put it in the
  946.   plugin directory before they can enable the plugin.
  947.   Sample:
  948.         [SourceDisksFiles]
  949.         putty.exe=a,,1
  950.   The 3th field set to "1" enables this option
  951. - Changed .inf files to have this new attribute when needed.
  952. - I noticed that v3.0.8 and v3.0.9 had the wrong startnet.cmd inside.
  953.   So snetcfg.exe could never have worked, fixed this.
  954.  
  955. Sep 8, 2003
  956. v3.0.9-BETA
  957. - Bugfix, the netcfg.exe was wrongly copied into snetcfg.exe (it
  958.   worked but shouldn't do that).
  959.  
  960. Sep 8, 2003
  961. v3.0.8-BETA
  962. - Added 2 buttons for navigating to error/warning.
  963. - When there where errors during building the "done" dialog displayed
  964.   the wrong messages.
  965. - Added snetcfg.exe support.
  966. - Added a message printing the Windows version from source path.
  967. - When you installed hotfixes to your windows kernel you will get:
  968.   "File Version Mismatch (source file version is 5.1.2600.1106 and
  969.   windir is 5.1.2600.1151)" This has been fixed.
  970. - Fixed complaining about wrong kernel version.
  971.  
  972. Changed plugin support a little bit:
  973. - Added "name" key to this section for plugin name.
  974. - Added "enable" key to this section to enable/disable a plugin.
  975.   So plugins are not being renamed to ".fni" extension anymore.
  976. - Added "pebuilder" section to the plugin .inf files to "validate" the
  977.   plugin.
  978. - Changed the dynamic directory ID allocation
  979.   Previous versions used the dirid value 0 (zero) to allocate a
  980.   dynamic directory id. This limited a plugin to only use 1 dynamic
  981.   directory id. Larger plugins can need more dynamic id's. So I
  982.   changed it to use 26 dynamic directory id's per plugin.
  983.   You must use an alpha character from 'A' until 'Z'.
  984.   For example:
  985.     Old style: "0=nu2menu,2"
  986.     New style: "a=nu2menu,2"
  987.  
  988.   *** Warning!
  989.   *** Check your "own" made plugins for these changes.
  990.  
  991. Sep 4, 2003
  992. - v3.0.7-BETA
  993. - Bugfix: Some users reported this error:
  994.   Error: CreateDirectory "c:" returned error 5: Access is denied.
  995.   Bug in the mkdir() function, fixed.
  996.  
  997. Sep 3, 2003
  998. - v3.0.6-BETA
  999. - Some OEM pre-install folders have no win51*.* tagfiles. PE Builder needs them.
  1000.   PE Builder now checks for the "win51" tag file when you enter the path to the windows
  1001.   installation files.
  1002. - Some users reported this error:
  1003.   Error: CreateDirectory "c:\pebldr\i386\msapps\msinfo" failed
  1004.   The problem is that two directories (msapps\msinfo) are created at the same time.
  1005.   This has been fixed.
  1006.  
  1007. Sep 2, 2003
  1008. - v3.0.5-BETA
  1009. - Bugfix: When building from some languages like French the
  1010.   nettcpip.inf, netnb.inf and netmscl.inf files are in unicode format.
  1011.   Added an auto unicode to ascii converter to get around this.
  1012.  
  1013. Sep 2, 2003
  1014. - v3.0.4-BETA
  1015. - Bugfix: DHCP service did not start when building from Windows Server 2003
  1016.   This has been fixed.
  1017.  
  1018. Sep 1, 2003
  1019. - v3.0.3-BETA
  1020.   Bugfix: MoveFileEx failed when your temp folder and the PE Builder
  1021.   output folder where located on different volumes.
  1022.   The error from the log would be something like:
  1023.   --
  1024.   Error: MoveFileEx "C:\DOCUME~1\Bart\LOCALS~1\Temp\peb27A.tmp" to
  1025.   "f:\pebldr\i386\inf\netmscli.inf" returned error 17: The system
  1026.   cannot move the file to a different disk drive.
  1027.   Error: delLine() failed
  1028.   --
  1029.  
  1030. Aug 27, 2003
  1031. - v3.0.2-BETA
  1032. - PE Builder now "remembers" all GUI input.
  1033. - Added a plugin dialog where you can enable/disable plugins.
  1034. - Some other small fixes.
  1035.  
  1036. Aug 26, 2003
  1037. - v3.0.1-BETA
  1038. - Added verbose checkbox in output dialog
  1039. - Added [AddLine], [DelLine] and [SetValue] section
  1040.   With these sections you can add/delete lines from text-based files or
  1041.   set/delete values from inf-based files.
  1042. - Updated PE Builder to use addline, delline and setvalue to patch
  1043.   netmscli.inf, netnb.inf and nettcpip.inf
  1044.  
  1045. - v3.0.0-BETA
  1046. - Changed almost the entire layout of the pebuilder.inf file
  1047.   Sections [SourceDisksFiles], [WinntDirectories] now have different layouts
  1048.   see pebuilder.inf file for more info.
  1049. - Removed software.inf, now in pebuilder.inf section "Software.[Add/Del]Reg"
  1050. - Removed setupreg.inf, now in pebuilder.inf section "SetupReg.AddReg"
  1051. - Removed default.inf, now in pebuilder.inf section "Default.[Add/Del]Reg"
  1052. - Made some changes to the builder engine.
  1053.   Preparing it for plugin support.
  1054. - In verbose mode "-v option" now all regadd/regdel lines are printed.
  1055. - Sometimes the ISO build would start after file copy errors, fixed.
  1056. - Added Plugin support.
  1057. - Added "append" section to append a file to another.
  1058. - Added auto Directory ID. When ID is 0 (zero) PE Builder will create a unique ID.
  1059.   A next plugin INF file will get a new ID.
  1060.